Revert "Adwaita: axes borders of notebooks inside frame"
authorLapo Calamandrei <calamandrei@gmail.com>
Fri, 24 Oct 2014 11:01:41 +0000 (13:01 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Fri, 24 Oct 2014 11:01:41 +0000 (13:01 +0200)
This reverts commit 01e6811776cf6ad8738f182972edbb84626d7fae.
This assumption doesn't work latelly

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 01516760038803344002e7f837a6d902ab96bb71..38f6e4abc14c1d2aeee9a04b10a74d342bd430be 100644 (file)
@@ -1564,9 +1564,9 @@ column-header.button.dnd { // for treeview-like derive widgets
     &.left { border-left-width: 0; }
     &:backdrop { border-color: $backdrop_borders_color; }
   }
-
   &.header {
     // FIXME: double borders in some case, can't fix it w/o a class tho
+    // FIXME: doesn't work on dark var
     background-color: mix($bg_color, $borders_color, 70%);
 
     // this is the shading of the header behind the tabs
@@ -1606,9 +1606,6 @@ column-header.button.dnd { // for treeview-like derive widgets
       box-shadow: none;
     }
   }
-
-  .frame > &.frame { border: none; } // axes borders when the notebook is inside a frame
-
   tab {
     border-width: 0;
     border-style: solid;
index 9c85dfd47f7f786721a37a024bcf53041e4471b5..b33c94ebff8be1b278ec5301328f39d1c73d5ea9 100644 (file)
@@ -2248,8 +2248,6 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
     .notebook.header:backdrop {
       background-color: #2f3434;
       box-shadow: none; }
-  .frame > .notebook.frame {
-    border: none; }
   .notebook tab {
     border-width: 0;
     border-style: solid;
index d318c0b6f158edd21edb0f71df7011c4e1962fdc..f4b199c83d5ee654b36ca2ae9e19f99d19589c69 100644 (file)
@@ -2245,8 +2245,6 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
     .notebook.header:backdrop {
       background-color: #d4d4d4;
       box-shadow: none; }
-  .frame > .notebook.frame {
-    border: none; }
   .notebook tab {
     border-width: 0;
     border-style: solid;